// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['We Are Guardians - Film','Buskirk-Chumley Theater','Bloomington, IN','Sunday','7/13/2025','7:00 PM','7243719','We-Are-Guardians---Film-7-13-2025'],['Thank You Very Much - Film','Buskirk-Chumley Theater','Bloomington, IN','Thursday','7/17/2025','7:00 PM','7181491','Thank-You-Very-Much---Film-7-17-2025'],['Matt Stone as ELVIS','Buskirk-Chumley Theater','Bloomington, IN','Sunday','7/20/2025','7:00 PM','7181506','Matt-Stone-as-ELVIS-7-20-2025'],['Nu-Blu','Buskirk-Chumley Theater','Bloomington, IN','Sunday','7/27/2025','7:00 PM','7243718','Nu-Blu-7-27-2025'],['Hurricane Diane','Buskirk-Chumley Theater','Bloomington, IN','Monday','8/4/2025','6:30 PM','7181504','Hurricane-Diane-8-4-2025'],['Hurricane Diane','Buskirk-Chumley Theater','Bloomington, IN','Tuesday','8/5/2025','7:00 PM','7182136','Hurricane-Diane-8-5-2025'],['Dog Day Afternoon - Film','Buskirk-Chumley Theater','Bloomington, IN','Friday','8/8/2025','7:00 PM','7243702','Dog-Day-Afternoon---Film-8-8-2025'],['Hurricane Diane','Buskirk-Chumley Theater','Bloomington, IN','Sunday','8/10/2025','1:30 PM','7181505','Hurricane-Diane-8-10-2025'],['Hurricane Diane','Buskirk-Chumley Theater','Bloomington, IN','Monday','8/11/2025','6:30 PM','7181514','Hurricane-Diane-8-11-2025'],['Hurricane Diane','Buskirk-Chumley Theater','Bloomington, IN','Tuesday','8/12/2025','7:00 PM','7182137','Hurricane-Diane-8-12-2025'],['Seven - Film','Buskirk-Chumley Theater','Bloomington, IN','Friday','8/15/2025','7:00 PM','7243698','Seven---Film-8-15-2025'],['Batman Begins - Film','Buskirk-Chumley Theater','Bloomington, IN','Saturday','8/16/2025','7:00 PM','7243700','Batman-Begins---Film-8-16-2025'],['Duke Tumatoe','Buskirk-Chumley Theater','Bloomington, IN','Friday','8/29/2025','7:00 PM','7181513','Duke-Tumatoe-8-29-2025'],['Buffalo Nichols & Sunny War','Buskirk-Chumley Theater','Bloomington, IN','Thursday','9/4/2025','7:00 PM','7243701','Buffalo-Nichols---Sunny-War-9-4-2025'],['John Moreland','Buskirk-Chumley Theater','Bloomington, IN','Tuesday','9/9/2025','7:00 PM','7184283','John-Moreland-9-9-2025'],['Hannah Bonam-Young','Buskirk-Chumley Theater','Bloomington, IN','Thursday','9/11/2025','7:00 PM','7243699','Hannah-Bonam-Young-9-11-2025'],['Bonny Light Horseman','Buskirk-Chumley Theater','Bloomington, IN','Friday','9/12/2025','8:00 PM','7169111','Bonny-Light-Horseman-9-12-2025'],['Michael Palascak','Buskirk-Chumley Theater','Bloomington, IN','Friday','9/19/2025','7:00 PM','7243680','Michael-Palascak-9-19-2025'],['Steve Gonsalves','Buskirk-Chumley Theater','Bloomington, IN','Saturday','10/11/2025','7:00 PM','7072447','Steve-Gonsalves-10-11-2025']],'Buskirk Chumley Theater','http://www.ticketnetwork.com/ticket/Buskirk-Chumley-Theater-events.aspx');